home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / colsoncd.dxr / 00001Series_31_Wood.ls < prev    next >
Encoding:
Text File  |  2000-01-11  |  1.6 KB  |  29 lines

  1. on mouseUp
  2.   if the hilite of cast "wood" = 1 then
  3.     set the visible of sprite 54 to 0
  4.     set the visible of sprite 55 to 0
  5.     set the visible of sprite 50 to 0
  6.     set the visible of sprite 51 to 0
  7.     set the visible of sprite 72 to 0
  8.     set the visible of sprite 73 to 0
  9.   end if
  10.   if the hilite of cast "wood" = 0 then
  11.     if (the hilite of cast "asphalt" = 0) and (the hilite of cast "terrazzo" = 0) and (the hilite of cast "wood" = 0) and (the hilite of cast "tile" = 0) and (the hilite of cast "extremetemp" = 0) and (the hilite of cast "noisereduction" = 0) and (the hilite of cast "floorprotection" = 0) and (the hilite of cast "cushionload" = 0) then
  12.       set the visible of sprite 54 to 1
  13.       set the visible of sprite 55 to 1
  14.     end if
  15.   end if
  16.   if the hilite of cast "wood" = 0 then
  17.     if (the hilite of cast "asphalt" = 0) and (the hilite of cast "terrazzo" = 0) and (the hilite of cast "wood" = 0) and (the hilite of cast "tile" = 0) and (the hilite of cast "metalchips" = 0) and (the hilite of cast "extremetemp" = 0) and (the hilite of cast "noisereduction" = 0) and (the hilite of cast "cushionload" = 0) then
  18.       set the visible of sprite 50 to 1
  19.       set the visible of sprite 51 to 1
  20.     end if
  21.   end if
  22.   if the hilite of cast "wood" = 0 then
  23.     if (the hilite of cast "asphalt" = 0) and (the hilite of cast "terrazzo" = 0) and (the hilite of cast "wood" = 0) and (the hilite of cast "tile" = 0) and (the hilite of cast "noisereduction" = 0) and (the hilite of cast "floorprotection" = 0) and (the hilite of cast "cushionload" = 0) then
  24.       set the visible of sprite 72 to 1
  25.       set the visible of sprite 73 to 1
  26.     end if
  27.   end if
  28. end
  29.